这里假设我们要建立 中文/英文 切换的站点 1. 设置全局默认的语言 文件添加代码:protected/config/main.php 'language' => 'zh_ ...
这里假设我们要建立 中文/英文 切换的站点 1. 设置全局默认的语言 文件添加代码:protected/config/main.php 'language' => 'zh_ ...
array(‘username’, ‘required’), array(‘username’, ‘length’, ‘min’=>3, ‘max’=>12), ...
I found a good plugin for vim, that is Yii API manual for Vim, which you can check the api in vim! ...
php版本 Yii版本 1.1.13 Yii Framework使用spl_autoload_register实现类的自动加载,这个很大的方便我们不用每次都要手动的去incl ...
when i using run it, and got these error: after google, i got that is because in M ...
When developing distributed applications with Yii, naturally, we will face that we have to share th ...
1. 先到微信公众平台注册帐号 http://mp.weixin.qq.com 2. 下载demo 微信公众平台提供了一个十分“朴素”的demo,说明如何调用消息接口的。代码真的很朴素,具 ...
个人觉得,在 Yii 里面,最难以明白的就是事件(Event)和行为(behavior)了。这不仅仅是因为它们的概念 比较难明,关键是它们的应用场景比较难明,不知道什么时候应该使 ...